ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / View<T> Class / Concat Method
A collection (usually, a view) to concatenate to this view's collection of elements.

In This Topic
    Concat Method
    In This Topic
    Concatenation of two views.
    Syntax
    'Declaration
     
    
    Public Function Concat( _
       ByVal second As IObservableSource(Of T) _
    ) As View(Of T)

    Parameters

    second
    A collection (usually, a view) to concatenate to this view's collection of elements.

    Return Value

    The view that contains first the elements of this view and then the elements of the parameter collection.
    See Also